Skip to content

Conversation

@mostronator
Copy link
Collaborator

@mostronator mostronator commented Feb 11, 2026

Summary

Update rust-toolchain.toml from Rust 1.90.0 to 1.93.0 (latest stable).

Verification

All three checks pass cleanly on 1.93.0:

  • cargo fmt --all -- --check — no formatting differences
  • cargo clippy --all-targets --all-features — only 1 pre-existing warning in scheduler.rs (not introduced by this change)
  • cargo test — 107 passed, 0 failed

Benefits

  • Newer rustfmt with improved formatting rules
  • Additional clippy lints for better code quality
  • Compiler bug fixes and performance improvements
  • Access to newer Rust language features

Note

This is a toolchain-only change (1 line in rust-toolchain.toml). No source code modifications.

Summary by CodeRabbit

  • Chores
    • Updated Rust toolchain to version 1.93.0.

Update rust-toolchain.toml to use Rust 1.93.0 (latest stable).

Benefits:
- Newer rustfmt with improved formatting
- Additional clippy lints for better code quality
- Compiler bug fixes and performance improvements
- Access to newer language features

Verified: cargo fmt, cargo clippy, and cargo test (107 passed) all clean.
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 11, 2026

Warning

Rate limit exceeded

@mostronator has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 4 minutes and 34 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

Walkthrough

The Rust toolchain version is updated from 1.90.0 to 1.93.0 in the project configuration file. This change affects the default Rust compiler version used for building and testing the project.

Changes

Cohort / File(s) Summary
Toolchain Version
rust-toolchain.toml
Updates Rust toolchain channel from version 1.90.0 to 1.93.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

A whisker-twitched update, neat and true,
From ninety to ninety-three, version anew!
The Rust compiler shines, shinier still,
With toolchain upgraded by developer's will. 🦀✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title directly and clearly describes the main change: updating the Rust toolchain version from 1.90.0 to 1.93.0 in rust-toolchain.toml, which matches the changeset perfectly.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/update-rust-toolchain-1.93

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Replace is_some() + unwrap() pattern with if-let for
dev_fee_payment_hash. This lint is now deny-by-default
in Rust 1.93.0 via -D warnings.
@grunch grunch merged commit 838a41c into main Feb 11, 2026
6 checks passed
@grunch grunch deleted the chore/update-rust-toolchain-1.93 branch February 11, 2026 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants